--------------------------------------------------------------------------------
Project Name:  Image Filter Arrays
Author: 	      J Peterson
Course:		   PSYCH 221	
Description:	README file for the helper functions.
--------------------------------------------------------------------------------

Folder Contents:
-----------------
   - EyeFigures.m
   - NikonFigures.m
   - TestColors.m
   - WavelengthToRGB.m


EyeFigures.m
-------------
This script generates a figure (Figure 9b in the report) which shows the
human cone response as well as the overall response. This script requires the
ncones.mat file included with ISET.

NikonFigures.m
---------------
This script generates a figure (Figure 9a in the report) which shows the
human cone response as well as the overall response. This script also generates
an RGGB sensor pattern. This script requires the NikonD100.mat file included 
with ISET.

TestColors.m
-------------
This script generates a set of colors from 380nm to 710nm to test the
WavelengthToRGB.m script.

WavelengthToRGB.m
------------------
This script generates a color from a specified wavelength. The color generated
is for visualization purposes only. The color looks particularly nice when
color-coding graphs.

Example usage: [r,g,b] = WavelengthToRGB(550);


<End of File>
